/* custom css */
/* .mdc-text-field__input{
    font-size: 2rem;
}

.mdc-floating-label{
    font-size: 1.25rem;
}

.mdc-floating-label--float-above{
    font-size: 1rem;
} */

a,p,span,h1,input {
  font-family: 'Lato', sans-serif !important;
}

    
    

html {
	display: flex;
	justify-content: center;
	align-items: center;
  background: url("../img/computer-bg.png") no-repeat center center fixed;
  background-size: cover;
}

:root {
	--mdc-theme-primary: #F5F5F5;
	--mdc-theme-secondary: #ff0000;
	--mdc-theme-background: #f5f5f5;
	--mdc-theme-surface: #f5f5f5;
	--mdc-theme-on-primary: #f5f5f5;
	--mdc-theme-on-secondary: #f5f5f5;
	--mdc-theme-on-surface: #404040;
	--mdc-theme-text-caption-on-light: #0000ff;
}

.mdc-select .mdc-floating-label,
 .mdc-text-field .mdc-floating-label {
    font-size: 2rem;
    line-height: 1.1;
}
.mdc-text-field .mdc-floating-label {
    font-size: 2rem !important;
    bottom: 12px;
}
 .mdc-text-field__input,
 .mdc-select__native-control {
    font-size: 2rem;
    line-height: 1.75;
    width: 416px;
}

.mdc-text-field .mdc-text-field__input {
	caret-color: #000000 !important;
}

/* .mdc-text-field--textarea .mdc-floating-label {
    padding-top: 8px;
    margin-top: 2px;
    padding-bottom: 2px;
} */

.login-pf {
	background: url("../img/computer-bg.png") no-repeat center center fixed;
	background-size: cover;
}

.login-pf body {
    /* background: url("../img/keycloak-bg.png") no-repeat center center fixed; */
    /* background: linear-gradient(rgba(16, 121, 196, 0.95), rgba(0, 77, 102, 0.95)), url(../img/bg-building-1.jpg) no-repeat center center fixed;
	background-size: cover; */
    font-family: 'Lato', sans-serif;
}

.alert-error {
	/* padding: 5px;
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333; */
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 16px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 16px;
}

#kc-locale ul li a:hover {
    color: #db14f5;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #584d57;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
	color: #0099d3;
	text-decoration: none;
}

#kc-logo {
    width: 100%;
}

#kc-logo-wrapper {
    background-image: url(../img/keycloak-logo-2.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 62px auto 0;
}

/* div.kc-logo-text {
    background-image: url(../img/keycloak-logo-text.png);
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
} */

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 8px 16px;
    white-space: normal;
}

#kc-form-content {
	display: flex;
}

#kc-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

 #kc-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
} 

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    margin-top: 0;
    color: #72767b;
}

#kc-terms-text {
    margin-bottom: 16px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding-left: 16px;
}

ul#kc-totp-supported-apps {
  margin-bottom: 8px;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 8px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 8px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial,
a.zocial  {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none;
    border: 0;
    background: #f5f5f5;
    color: #72767b;
    border-radius: 0;
    white-space: normal;
}
.zocial:before {
  border-right: 0;
  margin-right: 0;
}
.zocial span:before {
    padding: 7px 8px;
    font-size: 14px;
}
.zocial:hover {
    background: #ededed !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border: 0;

    box-shadow: none;
    text-shadow: none;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before{ content: "\f15d"; }
.zocial.stackoverflow:before{ color: inherit; }


@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {

    .login-pf body {
      /* background: white; */
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: left;
    }

    #kc-header-wrapper {
      font-size: 16px;
      font-weight: bold;
      padding: 16px 60px 0 0;
      color: #72767b;
      letter-spacing: 0;
    }

    div.kc-logo-text {
        margin: 0;
        width: 150px;
        height: 32px;
        background-size: 100%;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 16px;
        right: 16px;
        text-align: right;
        z-index: 9999;
    }

    #kc-logo-wrapper {
        background-size: 100px 21px;
        height: 21px;
        width: 100px;
        margin: 16px 0 0 16px;
    }

}

@media (min-height: 646px) {
    #kc-container-wrapper {
        bottom: 12%;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 8px;
}

#kc-form-buttons {
  margin: 36px 0;
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
}

.login-pf-page .login-pf-brand {
  margin-top: 16px;
  max-width: 360px;
  width: 40%;
}

.card-pf {
  /* background: #fff; */
  margin: 0 auto;
  padding: 0;
  max-width: 50%;
  border-top: 0;
  box-shadow: 0 0 0;
}

/*tablet*/
@media (max-width: 840px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 16px;
      margin-right: 16px;
      /* padding: 16px 16px 30px 16px; */
    }
}
@media (max-width: 767px) {
    .login-pf-page .card-pf{
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
    }
    .card-pf.login-pf-accounts{
      max-width: none;
    }
}

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b;
}
#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .login-pf-page .login-pf-social-section:first-of-type {
    padding-right: 39px;
    border-right: 1px solid #d1d1d1;
    margin-right: -1px;
  }
  .login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 0px;
  }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0;
  }
}

.login-pf-page .login-pf-social-link {
  margin-bottom: 25px;
}
.login-pf-page .login-pf-social-link a {
  padding: 2px 0;
}

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
    width: 60% !important;
    background-color: #EB5757;
    background-image: linear-gradient(to bottom, #EB5757 0%, #EB5757 100%);
    background-repeat: repeat-x;
    border-color: #EB5757;
    color: #fff;
}

.login-pf-page-header {
	display: none;
}

.page-wrapper {
	width: 100%;
	background: none !important;
}

.login-pf-header{
    /*padding-left: 8px;
    margin-bottom: 16px;*/
}

.login-pf-page .login-pf-header {
    margin-bottom: 0px;
}

.login-header {
	/*background-image: url(../img/BERK-LOGO-BLUE-RGB.png);
	background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
	/* width: 100%;
    min-height: 63px; * /
    height: 63px;
    width: 195px;*/
    /*position: absolute;*/
    /*width: 384px;*/
    height: 90px;
    /*left: calc(50% - 384px/2);*/
    /*top: 8px;*/
    margin: 0 8px;
    align-items: center;
    display: flex;

    /* Red */

    background: #EB5757;
}

.login-pf-header h1 {
    margin-top: 8px;
    margin-bottom: 24px;
}

.login-wrapper {
	display: flex;
	justify-content: center;
	margin: 8px 0px 16px 0px;
	/* border: 1px solid orangered; */
}

.login-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* border: 1px solid green; */
}

.login-form-card {
	/* border: 1px solid violet; * /
	background: rgba(255, 255, 255, 1);
	width: 25%;
    box-shadow: none;
	padding: 8px;*/

    position: absolute;
    width: 400px;
    max-height: 850px;
    left: calc(50% - 400px/2);
    top: 47px;

    background: #FFFFFF;
    opacity: 0.9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*backdrop-filter: blur(50px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 2px;
}

.login-form-card-with-registration {
	/* border: 1px solid violet; */
	min-width: 33%;
	/* width: 50%; */
	padding: 8px;
    max-width: 50%;
    padding-left: 0px;
    padding-right: 0px;
}

.login-main {
	/* border: 1px solid yellow; */
	width: 100%;
	padding: 8px;
}

.login-main-with-registration {
	/* border: 1px solid yellow; */
	min-width: 50%;
	width: 50%;
	padding: 8px;
	border-right: 1px solid #C7C7C7;
}

.login-register {
	/* border: 1px solid blue; */
	width: 50%;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

form {
	display: flex;
	flex-direction: column;
}

h2 {
	/* align-self: center; */
	margin-top: 0px;
	margin-bottom: 30px;
}

.mdc-text-field {
    /*width: 316px !important;*/
    background: #F5F5F5;
    border: 1px solid #C7C7C7 !important;
    box-sizing: border-box;
    border-radius: 2px;
    /*margin: auto;*/
}

.mdc-text-field__input {
    width: 100% !important;
}

.mdc-floating-label {
	color: #000000 !important;
}

.mdc-text-field:first-of-type {
	margin-bottom: 25px;
}

.mdc-typography--caption {
	font-size: 12px;
}

.remember-me {
	display: flex;
	align-items: center;
	/* border: 1px solid slateblue; */
}

.register-button-container {
	display: flex;
	justify-content: center;
}

.forgot-button-container {
	display: flex;
	justify-content: center;
}

.login-button {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #EB5757 !important;
    border-radius: 2px;
    width: 144px;
    height: 40px;

    /*position: absolute;
    height: 22px;
    left: 8px;
    right: 8px;
    top: calc(50% - 22px/2);*/
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #F5F5F5;
    text-transform: none !important;
}

 .register-button {
	font-size: 12px;
    width: 90% !important;
	background-color: #EB5757 !important;
}


.forgot-button {
	font-size: 12px;
    width: 90% !important;
	background-color: #EB5757 !important;
}

.login-right {
	/* border: 1px solid purple; */
	width: 50%;
}

.login-options {
	/* border: 1px solid yellow; */
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	/* align-items: center; */
	margin-top: 8px;
}

.login-forgot {
    display: flex;
    margin-top: 8px;
	/* border: 1px solid brown; */
	/* justify-content: center; */
	/* align-self: center; */
}

.remember-me-text {
	color: #1079c4;
	margin-top: 5px;
}

.why-register {
	font-size: 16px;
	min-width: 25%;
}

.alternate-sign-in {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin: 16px 0px 16px 0px;
}

hr {
	/* border: 1px solid red; */
	align-self: center;
	border-color: #959595;
	flex-grow: 2;
	margin: 0px;
	padding: 0px;
}

.alternate-sign-in-text {
	/* border: 1px solid green; */
	align-self: center;
	color: #959595;
	flex-grow: 1;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.alert {
	width: 100%;
	padding: 0px;
}

.feedback {
	background-color: #d32f2f;
	padding: 5px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: row;
}

.alert-text {
	align-self: center;
	flex-grow: 1;
}

.material-icons {
	align-self: flex-start;
}

.error-feedback {
	/* border: 1px solid #fff; */
	background-color: #d32f2f;
	color: #fff;
}

.success-feedback {
	/* border: 1px solid #fff; */
	background-color: #4caf50;
	color: #fff;
}

.warning-feedback, .info-feedback {
	/* border: 1px solid #000; */
	background-color: #ffc82c;
	color: #000;
}

@media (min-width: 769px) {
	.create-account-mobile {
		/* display: none; */
	}
}

@media (max-width: 768px) {
	#kc-header {
		display: none;
	}

	.login-button {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.login-form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		/* border: 1px solid green; */
	}

	.login-form-card, .login-form-card-with-registration {
		/* border: 1px solid violet; */
		width: 90%;
		padding: 8px;
        left: calc(50% - 90%/2) !important;
	}

	.login-main-with-registration {
		border: none;
		min-width: 50%;
		width: 100%;
		padding: 8px;
		/* border-right: 1px solid #C7C7C7; */
	}

	.login-options {
		/* border: 1px solid yellow; */
		display: flex;
		flex-direction: column;
		/* justify-content: space-between; */
		/* align-items: center; */
		align-content: flex-start;
	}

	.login-forgot {
		display: flex;
		/* border: 1px solid brown; */
		/* justify-content: center; */
		align-self: left;
		margin-bottom: 8px;
	}

	.create-account {
		/* display: none; */
	}
}

.sso-btn-padding{
    padding: 0px;
}

#sso-login-btn{
    font-size: 12px;  
    justify-content: left;
    height: 50px;
    font-weight: 650;
    height: 40px;
}

.sso-img{
    height: 25px;
    width: 25px;
}

.sso-icon{
    margin-right: 16px;
}

.logo-mobile__svg{
    fill: #000000;
}

.mdc-floating-label{
    color: gray!important;
}

.mdc-floating-label--float-above{
    /*color: #000000!important;*/
}

.register-fields {
	margin-bottom: 25px;
}

.login-logo {
    margin: auto;
}

.kc-form-login {
}


.mdc-text-field--outlined {
    border:none !important;
}

.login-options {
    text-align: center;
}

.login-forgot {
    width: 100%;
    margin: auto;
    padding-top: 8px;
}

.alert.email-validation-error {
    display: none;
}

ul.password-policy-container {
    list-style-type: disc;
    padding-inline-start: 20px;
}
ul.password-policy-container > li {
	text-indent: -5px;
}
#register-redIQ{
     background-color: #EB5757 !important;
 }

 #sso-login-wrapper{
    margin: 8px !important;
 }

 .sso-login-card{
     max-height: 50px;
 }

 .sso-button__label{
     color: white !important;
 }
 .bottom-auto {
	bottom: auto !important;
 }
 .no-border {
	border: none !important;
 }
 #save-pswd-btn {
	width: 100% !important;
 }
  

.login-username-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 2rem;
    margin: 9px 0px;
}

.login-username-icon {
    width: 30x;
    height: 30px;
    padding: 5px;
}

.login-username {
    overflow-wrap: break-word;
}

.input-container {
    background-color: none !important;
    padding: 0px !important;
}

.login-username-input, .login-password-input{
    padding: 0px 9px;
}

.error-message-hint{
    color: #EB5757;
}

.after-kc-login-cancel {
    color: #943937 !important;
    pointer-events: none;
    cursor: not-allowed;
}